body {
  font-family: "微软雅黑";
}
.container1 {
  max-width: 1000px !important;
  margin: 0 auto;
  padding: 0;
}
.row {
  margin: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0;
  margin: 0;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
a {
  text-decoration: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-wrap {
  background: #fff;
}
.header-wrap .header .logo {
  line-height: 65px;
}
.header-wrap .header .stxt {
  margin-top: 30px;
  padding-left: 10px;
}
.header-wrap .header .stxt .line {
  width: 2px;
  height: 45px;
  background: #ccc;
  margin-right: 10px;
}
.header-wrap .header .stxt .scn .bigtit {
  font-weight: bold;
  font-size: 1.4rem;
  color: #ff0000;
}
.header-wrap .header .stxt .scn .bigtit span {
  color: #ff0000;
}
.header-wrap .header .stxt .scn .smalltit {
  font-size: 1.2;
  color: #ff0000;
}
.header-wrap .header .phonetxt {
  line-height: 100px;
}
.header-wrap .header .menu {
  margin-top: 20px;
  float: right;
}
.header-wrap .header .menulist {
  position: absolute;
  top: 65px;
  right: -7px;
  width: 100px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
}
.header-wrap .header .menulist a {
  font-size: 1.4rem;
  font-family: "微软雅黑";
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.header-wrap .header .menulist a:hover {
  background: #000;
}
.nav-wrap {
  width: 100%;
  height: 45px;
  background: #30a6e3;
}
.nav-wrap .nav-ul .navlist {
  position: relative;
  display: inline-block;
  float: left;
  width: 12.28%;
  box-sizing: border-box;
}
.nav-wrap .nav-ul .navlist a.listh1 {
  border-bottom: 3px solid #30a6e3;
  line-height: 42px;
  text-decoration: none;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.nav-wrap .nav-ul .navlist a.listh1:hover,
.nav-wrap .nav-ul .navlist a.listh1.on {
  background: #7fccf4;
  border-bottom-color: #ffc600;
}
.nav-wrap .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 45px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
  width: 143px;
}
.nav-wrap .nav-ul .navlist .list2-ul .list {
  position: relative;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2 {
  text-align: left;
  padding-left: 10px;
  line-height: 35px;
  color: #fff;
  display: block;
  text-decoration: none;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2:hover,
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2.on {
  background: #ffc600;
  color: #000;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
  text-align: center;
  display: block;
  line-height: 35px;
  color: #fff;
}
.banner-wrap {
  position: relative;
}
.banner-wrap #owl-demo {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.banner-wrap #owl-demo .item {
  display: block;
}
.banner-wrap #owl-demo img {
  display: block;
  width: 100%;
}
.banner-wrap .owl-theme .owl-controls {
  position: absolute;
  bottom: 20px;
  left: 47%;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page span {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ffc600;
}
.banner-wrap .owl-theme .owl-controls .owl-page.active span {
  background: #ffc600;
}
.banner-wrap .banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.content-wrap .about-wrap {
  padding: 30px 0;
}
.content-wrap .about-wrap .title-line h2 {
  margin: 0;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #666;
}
.content-wrap .about-wrap .title-line h2 span {
  margin-top: 5px;
  display: block;
  font-family: "Aparajita";
  text-transform: uppercase;
  font-weight: normal;
}
.content-wrap .about-wrap .title-line .line-wrap {
  margin-top: 5px;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}
.content-wrap .about-wrap .title-line .line-wrap .line {
  width: 145px;
  height: 3px;
  background: #1b9fc5;
  margin: 0 auto;
  position: relative;
  top: -1px;
}
.content-wrap .about-wrap .about-con {
  margin-top: 20px;
  text-align: center;
}
.content-wrap .about-wrap .about-con a {
  display: block;
  text-decoration: none;
  color: #666;
  font-size: 1.4rem;
  line-height: 35px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .about-wrap .about-con a:hover {
  color: #1d9ec5;
}
.content-wrap .about-wrap .about-con a:hover .morebtn {
  background: #1d9ec5;
  color: #fff;
}
.content-wrap .about-wrap .about-con a .morebtn {
  width: 150px;
  height: 45px;
  margin: 30px auto 0;
  line-height: 45px;
  border: 1px solid #1d9ec5;
  font-size: 1.5rem;
  color: #1d9ec5;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .product-wrap {
  padding: 30px 0;
  background: url(../images/productbg.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.content-wrap .product-wrap .title-line h2 {
  margin: 0;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.content-wrap .product-wrap .title-line h2 span {
  margin-top: 5px;
  display: block;
  font-family: "Aparajita";
  text-transform: uppercase;
  font-weight: normal;
}
.content-wrap .product-wrap .title-line .line-wrap {
  margin-top: 5px;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}
.content-wrap .product-wrap .title-line .line-wrap .line {
  width: 145px;
  height: 3px;
  background: #1b9fc5;
  margin: 0 auto;
  position: relative;
  top: -1px;
}
.content-wrap .product-wrap .product-con {
  margin-top: 30px;
}
.content-wrap .product-wrap .product-con .plist {
  padding: 0 20px 20px;
}
.content-wrap .product-wrap .product-con .plist a {
  display: block;
  text-decoration: none;
}
.content-wrap .product-wrap .product-con .plist a:hover .picbox {
  border-color: #ffc600;
}
.content-wrap .product-wrap .product-con .plist a .picbox {
  border: 5px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  background: #30a6e3;
}
.content-wrap .product-wrap .product-con .plist a .picbox .tit {
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  width: 100%;
  text-align: center;
  background: rgba(48, 166, 227, 0.72) !important;
  background: #30a6e3;
  filter: alpha(opacity=72);
  overflow: hidden;
}
.content-wrap .product-wrap .product-con .plist a .picbox .morebtn {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}
.content-wrap .product-wrap .product-con .plist a .picbox .morebtn h5 {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-family: "微软雅黑";
}
.content-wrap .product-wrap .product-con .plist a .picbox .morebtn h5 span {
  display: block;
  font-size: 1.8rem;
  margin-top: 8px;
}
.content-wrap .product-wrap .product-con .plist a .picbox .morebtn .stxt {
  margin: 20px 30px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 50px;
  line-height: 25px;
  padding: 0 10px;
  color: #fff;
  font-size: 1.2rem;
  overflow: hidden;
}
.content-wrap .capacity-wrap {
  padding: 30px 0;
}
.content-wrap .capacity-wrap .capacity-con .tabhd .thdlist {
  float: left;
  width: 20%;
  text-align: center;
}
.content-wrap .capacity-wrap .capacity-con .tabhd .thdlist a {
  height: 40px;
  display: block;
  background: #4abee0;
  color: #fff;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .capacity-wrap .capacity-con .tabhd .thdlist a:hover,
.content-wrap .capacity-wrap .capacity-con .tabhd .thdlist a.on {
  background: #30a6e3;
}
.content-wrap .capacity-wrap .capacity-con .tabbd {
  margin-top: 20px;
}
.content-wrap .capacity-wrap .capacity-con .tabbd .tbdlist {
  display: none;
}
.content-wrap .capacity-wrap .capacity-con .tabbd .tbdlist:first-child {
  display: block;
}
.content-wrap .capacity-wrap .capacity-con .tabbd a {
  text-decoration: none;
  color: #333;
  font-size: 1.2rem;
  font-family: "宋体";
  line-height: 25px;
}
.content-wrap .capacity-wrap .capacity-con .tabbd a p {
  margin-bottom: 3px;
}
.content-wrap .capacity-wrap .capacity-con .tabbd a p span {
  color: #1c9fc5;
}
.content-wrap .case-wrap {
  background: url(../images/casebg.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 30px 0;
}
.content-wrap .case-wrap .title-line h2 {
  margin: 0;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.content-wrap .case-wrap .title-line h2 span {
  margin-top: 5px;
  display: block;
  font-family: "Aparajita";
  text-transform: uppercase;
  font-weight: normal;
}
.content-wrap .case-wrap .title-line .line-wrap {
  margin-top: 5px;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}
.content-wrap .case-wrap .title-line .line-wrap .line {
  width: 145px;
  height: 3px;
  background: #1b9fc5;
  margin: 0 auto;
  position: relative;
  top: -1px;
}
.content-wrap .case-wrap .case-con {
  margin-top: 30px;
}
.content-wrap .case-wrap .case-con .clist {
  padding: 0 10px 20px;
}
.content-wrap .case-wrap .case-con .clist a {
  display: block;
  text-decoration: none;
}
.content-wrap .case-wrap .case-con .clist a:hover .picbox {
  border-color: #ffc600;
}
.content-wrap .case-wrap .case-con .clist a:hover .picbox .tit {
  background: #ffc600 !important;
  background: #ffc600;
  color: #000;
}
.content-wrap .case-wrap .case-con .clist a .picbox {
  border: 2px solid #fff;
  position: relative;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .case-wrap .case-con .clist a .picbox .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000;
  filter: alpha(opacity=70);
  line-height: 35px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  font-size: 1.2rem;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .case-wrap .case-con .morebtn {
  border: 1px solid #8e8e8e;
  color: #8e8e8e;
  background: #fff;
  width: 150px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  margin: 20px auto 0;
  display: block;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .case-wrap .case-con .morebtn:hover {
  background: #ffc600;
  color: #000;
}
.content-wrap .news-wrap {
  padding: 30px 0;
}
.content-wrap .news-wrap .title-more {
  background: #4abee0;
  height: 40px;
  width: 100%;
  line-height: 40px;
}
.content-wrap .news-wrap .title-more .tit {
  width: 120px;
  text-align: center;
  background: #30a6e3;
  color: #fff;
  font-size: 1.4rem;
  font-family: "宋体";
}
.content-wrap .news-wrap .title-more .morebtn a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: "宋体";
  font-size: 1.4rem;
  width: 80px;
  text-align: center;
}
.content-wrap .news-wrap .title-more .morebtn a:hover {
  color: #ffc600;
}
.content-wrap .news-wrap .news-con {
  margin-top: 30px;
}
.content-wrap .news-wrap .news-con .nlist {
  padding: 0 10px 20px;
}
.content-wrap .news-wrap .news-con .nlist a {
  text-decoration: none;
  display: block;
}
.content-wrap .news-wrap .news-con .nlist a:hover .picbox {
  opacity: .5;
}
.content-wrap .news-wrap .news-con .nlist a .picbox {
  width: 28%;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .news-wrap .news-con .nlist a .con {
  width: 70%;
}
.content-wrap .news-wrap .news-con .nlist a .con .tit {
  font-size: 1.4rem;
  font-weight: bold;
  color: #1e1e1e;
  margin-bottom: 5px;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
}
.content-wrap .news-wrap .news-con .nlist a .con .time {
  color: #2ca1e7;
  font-size: 1.2rem;
  margin-bottom: 3px;
}
.content-wrap .news-wrap .news-con .nlist a .con .cn {
  font-size: 1.2rem;
  color: #6c6c6c;
  line-height: 21px;
  height: 42px;
  overflow: hidden;
}
.content-wrap .contact-wrap {
  padding: 30px 0;
  background: url(../images/contactbg.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.content-wrap .contact-wrap .contact-con {
  margin-top: 30px;
}
.content-wrap .contact-wrap .contact-con .messagebox .tit {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #383838;
}
.content-wrap .contact-wrap .contact-con .messagebox .mbox .inputbox .ibox {
  width: 49%;
}
.content-wrap .contact-wrap .contact-con .messagebox .mbox .inputlist {
  margin-bottom: 10px;
}
.content-wrap .contact-wrap .contact-con .messagebox .mbox .inputlist .inputcon {
  width: 100%;
  margin-bottom: 10px;
}
.content-wrap .contact-wrap .contact-con .messagebox .mbox .inputlist label {
  float: left;
  font-weight: normal;
  font-size: 1.4rem;
  color: #777;
}
.content-wrap .contact-wrap .contact-con .messagebox .mbox .inputlist .import {
  float: left;
  color: #ff0000;
  font-size: 1.2rem;
}
.content-wrap .contact-wrap .contact-con .messagebox .mbox .inputlist .textbox1 {
  width: 100%;
  height: 40px;
  border: none;
  padding: 5px;
  font-size: 1.4rem;
  color: #666;
  background: #fff;
}
.content-wrap .contact-wrap .contact-con .messagebox .mbox .inputlist .textbox2 {
  width: 100%;
  height: 200px;
  border: none;
  padding: 5px;
  font-size: 1.4rem;
  color: #666;
  background: #fff;
}
.content-wrap .contact-wrap .contact-con .messagebox .mbox .inputlist .submitbtn {
  border: none;
  background: #0478b3;
  height: 40px;
  width: 180px;
  color: #fff;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contact-wrap .contact-con .messagebox .mbox .inputlist .submitbtn:hover {
  background: #035781;
}
.content-wrap .contact-wrap .contact-con .ccon {
  margin-bottom: 20px;
  color: #383838;
}
.content-wrap .contact-wrap .contact-con .ccon .tit {
  font-size: 2.6rem;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
}
.content-wrap .contact-wrap .contact-con .ccon .tit span {
  margin-left: 10px;
  font-weight: normal;
  font-family: "Aparajita";
  font-size: 1.8rem;
  text-transform: uppercase;
}
.content-wrap .contact-wrap .contact-con .ccon .jstxt {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.content-wrap .contact-wrap .contact-con .ccon .jstxt p {
  margin-bottom: 0;
  line-height: 25px;
}
.content-wrap .contact-wrap .contact-con .ccon .iconbox {
  margin-top: 20px;
}
.content-wrap .contact-wrap .contact-con .ccon .iconbox .clist {
  margin-bottom: 5px;
}
.content-wrap .contact-wrap .contact-con .ccon .iconbox .clist i {
  float: left;
  margin-right: 8px;
}
.content-wrap .contact-wrap .contact-con .ccon .iconbox .clist span {
  float: left;
  color: #fff;
  font-size: 1.4rem;
  line-height: 25px;
}
.content-wrap .content {
  margin-top: 20px;
}
.content-wrap .content .title-posit {
  margin-bottom: 20px;
  height: 55px;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 10px;
  line-height: 55px;
}
.content-wrap .content .title-posit .title {
  color: #978f87;
  font-size: 2.2rem;
}
.content-wrap .content .title-posit .title img {
  float: left;
  margin-top: 18px;
}
.content-wrap .content .title-posit .title span {
  margin-left: 8px;
  display: inline-block;
  margin-top: 5px;
  float: left;
  font-size: 2rem;
  font-weight: bold;
  color: #30a6e3;
}
.content-wrap .content .title-posit .posit {
  margin-top: 10px;
  color: #978f87;
  font-size: 1.2rem;
  font-family: "宋体";
}
.content-wrap .content .title-posit .posit a {
  color: #978f87;
  text-decoration: none;
}
.content-wrap .content .title-posit .posit a:hover {
  color: #30a6e3;
}
.content-wrap .content .w-ltside .mb {
  margin-bottom: 10px;
}
.content-wrap .content .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #30a6e3;
  background-size: cover;
  overflow: hidden;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #fff;
  text-indent: 1em;
  cursor: pointer;
}
.content-wrap .content .w-ltside .mb .tit-show .title .arrow {
  float: right;
  margin-right: 15px;
}
.content-wrap .content .w-ltside .mb .tit-show .title .icon {
  margin-right: 10px;
}
.content-wrap .content .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%;
}
.content-wrap .content .w-ltside .show-hide .div2 {
  display: block;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  background: #cdcdcd;
  color: #707070;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.content-wrap .content .w-ltside .show-hide .div2 a {
  display: block;
  color: #707070;
  text-decoration: none;
}
.content-wrap .content .w-ltside .show-hide .div2:hover a {
  background: #30a6e3;
  color: #fff;
}
.content-wrap .content .w-ltside .show-hide .div3 {
  display: none;
}
.content-wrap .content .w-ltside .show-hide .div3 ul {
  margin: 0;
  padding: 0;
}
.content-wrap .content .w-ltside .show-hide .div3 ul li {
  display: block;
  height: 34px;
  line-height: 34px;
  list-style: none;
  text-align: center;
  background: #ececec;
  overflow: hidden;
  margin-top: 2px;
}
.content-wrap .content .w-ltside .show-hide .div3 ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #666;
}
.content-wrap .content .w-ltside .show-hide .div3 ul li a:hover {
  color: #379eff;
}
.content-wrap .content .w-posit {
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.content-wrap .content .w-posit .tit {
  font-size: 1.2rem;
  color: #4d4d4d;
}
.content-wrap .content .w-posit .posit {
  font-size: 1.2rem;
  color: #4d4d4d;
}
.content-wrap .content .w-posit .posit a {
  color: #4d4d4d;
}
.content-wrap .content .ltside {
  width: 230px;
  margin-bottom: 20px;
}
.content-wrap .content .ltside .linkbox {
  border: 1px solid #ccc;
  padding: 12px 12px 7px;
}
.content-wrap .content .ltside .linkbox .title-arrow {
  background: #0a54ab;
  color: #fff;
  height: 50px;
  font-size: 1.8rem;
  padding: 15px 10px;
}
.content-wrap .content .ltside .linkbox .title-arrow h4.title {
  margin: 0;
}
.content-wrap .content .ltside .linkbox .title-arrow h4.title span {
  margin-left: 5px;
  font-weight: normal;
  font-size: 1.2rem;
  font-family: "Arial";
  text-transform: uppercase;
}
.content-wrap .content .ltside .linkbox .link-wrap .list {
  padding: 0 20px 0;
  display: block;
  height: 45px;
  color: #252525;
  line-height: 45px;
  font-size: 1.4rem;
  text-decoration: none;
  border-radius: 5px;
  background: #e2e2e2;
  margin-bottom: 5px;
}
.content-wrap .content .ltside .linkbox .link-wrap .list:hover,
.content-wrap .content .ltside .linkbox .link-wrap .list.on1 {
  background: #30a6e3;
  color: #fff;
}
.content-wrap .content .ltside .linkbox .link-wrap .list:hover i.icon,
.content-wrap .content .ltside .linkbox .link-wrap .list.on1 i.icon {
  opacity: 1;
}
.content-wrap .content .ltside .linkbox .link-wrap .list:hover i.arrow,
.content-wrap .content .ltside .linkbox .link-wrap .list.on1 i.arrow {
  opacity: 1;
}
.content-wrap .content .ltside .linkbox .link-wrap .list i.icon {
  margin-right: 20px;
  opacity: 0;
}
.content-wrap .content .ltside .linkbox .link-wrap .list i.arrow {
  font-style: normal;
  font-weight: bold;
  color: #fff;
  opacity: 0;
}
.content-wrap .content .ltside .linkbox .link-wrap .list2 {
  margin-bottom: 5px;
  display: none;
}
.content-wrap .content .ltside .linkbox .link-wrap .list2 ul li a {
  display: block;
  height: 38px;
  text-align: left;
  text-indent: 5.3em;
  color: #6e6e6e;
  line-height: 38px;
  font-size: 1.4rem;
  text-decoration: none;
  background: #fff;
  border-bottom: 1px dashed #ccc;
}
.content-wrap .content .ltside .linkbox .link-wrap .list2 ul li a:hover i {
  opacity: 1;
}
.content-wrap .content .ltside .linkbox .link-wrap .list2 ul li a i {
  margin-top: 10px;
  width: 2px;
  height: 15px;
  float: left;
  display: inline-block;
  background: #30a6e3;
  opacity: 0;
}
.content-wrap .content .ltside .linkbox .link-wrap .list2 ul li a span {
  margin-right: 10px;
}
.content-wrap .content .ltside .contactbox {
  border: 1px solid #ccc;
  margin-top: 15px;
  padding: 23px 20px;
}
.content-wrap .content .ltside .contactbox .title-arrow h4.title {
  margin: 0;
  font-size: 1.4rem;
  color: #292929;
  font-weight: bold;
}
.content-wrap .content .ltside .contactbox .con {
  margin-top: 15px;
  text-align: center;
}
.content-wrap .content .ltside .contactbox .con .clist {
  margin-bottom: 5px;
}
.content-wrap .content .ltside .contactbox .con .clist i {
  float: left;
  margin-right: 10px;
}
.content-wrap .content .ltside .contactbox .con .clist p {
  float: left;
  color: #292929;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.content-wrap .content .ltside .contactbox .con .clist p span {
  display: block;
  color: #a3a3a3;
}
.content-wrap .content .ltside .contactbox .con .zxbtn {
  width: 100%;
  height: 35px;
  background: #404040;
  color: #fff;
  display: block;
  margin-top: 15px;
  line-height: 35px;
  text-decoration: none;
}
.content-wrap .content .ltside .contactbox .con .zxbtn:hover {
  background: #30a6e3;
}
.content-wrap .content .main-wrap {
  padding-bottom: 20px;
}
.content-wrap .content .main-wrap .about-con {
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .about-con .pic {
  text-align: center;
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .about-con .pic img {
  max-width: 100%;
}
.content-wrap .content .main-wrap .about-con .con p {
  text-indent: 2em;
  font-size: 1.4rem;
  color: #0f0f0f;
  line-height: 30px;
  margin-bottom: 0;
}
.content-wrap .content .main-wrap .product-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .content .main-wrap .product-con .plist a {
  display: block;
  text-decoration: none;
}
.content-wrap .content .main-wrap .product-con .plist a:hover .picbox {
  opacity: .6;
}
.content-wrap .content .main-wrap .product-con .plist a .picbox {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .content .main-wrap .product-con .plist a .tit {
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 1.4rem;
  color: #666;
}
.content-wrap .content .main-wrap .news-con .nlist {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.content-wrap .content .main-wrap .news-con .nlist a {
  display: block;
  text-decoration: none;
}
.content-wrap .content .main-wrap .news-con .nlist a:hover .picbox {
  opacity: .5;
}
.content-wrap .content .main-wrap .news-con .nlist a .picbox {
  width: 18%;
  border: 1px solid #ccc;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .content .main-wrap .news-con .nlist a .con {
  width: 80%;
}
.content-wrap .content .main-wrap .news-con .nlist a .con .tit-time {
  margin-bottom: 8px;
}
.content-wrap .content .main-wrap .news-con .nlist a .con .tit-time i {
  margin-top: -3px;
  margin-right: 5px;
}
.content-wrap .content .main-wrap .news-con .nlist a .con .tit-time .tit {
  font-size: 1.4rem;
  color: #080909;
  display: inline-block;
  width: 175px;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
}
.content-wrap .content .main-wrap .news-con .nlist a .con .tit-time .time {
  font-size: 1.2rem;
  color: #adadad;
}
.content-wrap .content .main-wrap .news-con .nlist a .con .cn {
  font-size: 1.4rem;
  color: #666;
  line-height: 23px;
  height: 69px;
  overflow: hidden;
}
.content-wrap .content .main-wrap .contact-con .mappic {
  margin-top: 20px;
}
.content-wrap .content .main-wrap .contact-con .mappic .tit {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: #3e3d3d;
}

.content-wrap .content .main-wrap .contact-con .ccon .tit {
  font-size: 1.8rem;
  color: #1f1f1f;
  margin-bottom: 5px;
}
.content-wrap .content .main-wrap .contact-con .ccon .cn {
  font-size: 1.4rem;
  color: #666;
  line-height: 30px;
}
.content-wrap .content .main-wrap .product-details-con .picbox {
  text-align: center;
  margin-bottom: 10px;
}
.content-wrap .content .main-wrap .product-details-con .picbox img {
  max-width: 100%;
}
.content-wrap .content .main-wrap .product-details-con .con img {
  max-width: 100%;
  width:100%;
  height:100%;
}
.content-wrap .content .main-wrap .product-details-con .tit {
  font-size: 1.4rem;
  text-align: center;
}
.content-wrap .content .main-wrap .news-details-con {
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .news-details-con .tit {
  font-size: 1.8rem;
  text-align: center;
  color: #595858;
  padding: 10px 0;
}
.content-wrap .content .main-wrap .news-details-con .time {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .news-details-con .pic {
  text-align: center;
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .news-details-con .pic img {
  max-width: 100%;
}
.content-wrap .content .main-wrap .news-details-con .con .cn {
  text-indent: 2em;
  font-size: 1.2rem;
  margin-bottom: 0;
  line-height: 25px;
  color: #595858;
}
.footer-wrap {
  background: #0b82bf;
}
.footer-wrap .footer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-wrap .footer .ewm-wrap {
  border-right: 1px solid #fff;
  padding-right: 20px;
  margin-right: 25px;
  text-align: center;
}
.footer-wrap .footer .ewm-wrap .tit {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}
.footer-wrap .footer .link-con-wrap .link-wrap .list {
  display: inline-block;
  float: left;
  color: #fff;
  font-size: 1.4rem;
}
.footer-wrap .footer .link-con-wrap .link-wrap .list a {
  margin: 0 10px;
  color: #fff;
}
.footer-wrap .footer .link-con-wrap .con {
  margin-top: 10px;
}
.footer-wrap .footer .link-con-wrap .con h4 {
  font-weight: bold;
  font-size: 1.4rem;
  font-family: "arial";
  color: #fff;
  margin-bottom: 5px;
}
.footer-wrap .footer .link-con-wrap .con p {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 0px;
}
.footer-wrap .footer .link-con-wrap .con p a {
  color: #fff;
}
.footer-wrap .footer p {
  text-align: center;
  color: #e8e8ec;
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 25px;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #1c9fc5;
  z-index: 999;
}
.hot-wrap .list {
  height: 75px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #0b85a8;
}
.hot-wrap .list a {
  text-decoration: none;
  display: block;
  text-align: center;
}
.hot-wrap .list a i {
  display: block;
  padding-bottom: .2em;
  padding-top: .5em;
}
.hot-wrap .list a span {
  font-size: 1rem;
  color: #fff;
}
@media (min-width: 992px) {
  .header-wrap .header {
    height: 100px;
  }
  .header-wrap .header .logo {
    line-height: 100px;
    width: 45%;
  }
  .header-wrap .header .logo img {
    width: 100%;
  }
  .content-wrap .product-wrap .product-con .plist {
    padding: 0 35px 20px;
  }
  .content-wrap .contact-wrap .contact-con .ccon {
    padding-right: 30px;
  }
  .content-wrap .contact-wrap .contact-con .messagebox .mbox .inputlist .inputcon {
    width: 49%;
  }
}
@media (min-width: 768px) {
  .col-md-13,
  .col-sm-13 {
    width: 20%;
    float: left;
  }
}
@media (max-width: 990px) {
  .container1 {
    padding-left: .5em;
    padding-right: .5em;
  }
  .content-wrap .capacity-wrap .capacity-con .tabhd .thdlist {
    width: 50%;
    margin-bottom: 10px;
  }
  .footer-wrap {
    background: #191919;
    margin-bottom: 75px;
  }
}
@media (max-width: 768px) {
  
}
@media (max-width: 680px) {
  
}
@media (max-width: 640px) {
  
}
@media (max-width: 480px) {
  .logo img {
    width: 83%;
  }
  .content-wrap .product-wrap .product-con .plist a .picbox .morebtn {
    top: 30px;
  }
  .content-wrap .news-wrap .news-con .nlist a .picbox {
    width: 35%;
  }
  .content-wrap .news-wrap .news-con .nlist a .con {
    width: 61%;
  }
  .content-wrap .content .main-wrap .news-con .nlist a .picbox {
    width: 30%;
  }
  .content-wrap .content .main-wrap .news-con .nlist a .con {
    width: 68%;
  }
  .content-wrap .content .main-wrap .news-con .nlist a .con .tit-time .tit {
    width: 100px;
  }
}
@media (max-width: 435px) {
  
}
@media (max-width: 414px) {
  
}
@media (max-width: 375px) {
  
}
@media (max-width: 346px) {
  
}
@media (max-width: 320px) {
  
}
.mrhcont{ width:100%; overflow:hidden; padding-top:20px;}
.pt01{ font-size:14px; line-height:25px; color:#333;}
.pt01 p{ text-indent:2em;}
.mrfom{ width:70%; margin:0 auto;}
.mrfom label{ font-size:14px; color:#333; line-height:30px; font-weight:normal;}
.mrfom .form-control{ border:1px dashed #aaaaaa; background-color:#f4f4f4;}
.mrfom .btn{background-color: #0B82BF;border-color: #0B82BF; margin-top:30px;}

/*分页样式*/
div.page {padding-right: 3px; padding-left: 3px; padding-bottom: 3px; margin:10px 3px; padding-top: 3px; text-align: left;}
div.page a {border-right: #dedfde 1px solid; padding-right: 6px; background-position: 50% bottom; border-top: #dedfde 1px solid; padding-left: 6px; padding-bottom: 2px; border-left: #dedfde 1px solid; color: #30A6E3; margin-right: 3px; padding-top: 2px; border-bottom: #dedfde 1px solid; text-decoration: none;}
div.page a:hover {border-right: #000 1px solid; border-top: #000 1px solid; background-image: none; border-left: #000 1px solid; color: #fff; border-bottom: #000 1px solid; background-color: #777777;}
div.page a:active {border-right: #000 1px solid; border-top: #000 1px solid; background-image: none; border-left: #000 1px solid; color: #fff; border-bottom: #000 1px solid; background-color: #777777;}
div.page span.current {padding-right: 6px; padding-left: 6px; font-weight: bold; padding-bottom: 2px; color: #30A6E3; margin-right: 3px; padding-top: 2px;}
div.page span.disabled {padding-right: 6px; padding-left: 6px; padding-bottom: 2px; color: #adaaad; margin-right: 3px; padding-top: 2px;}
